VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Processing Namespace / ProcessingCommandTree<TTarget> Class / GetIsProcessingCommandSupported(IProcessingCommandInfo) Method
Синтаксис Требования Смотрите также
В этом разделе
    GetIsProcessingCommandSupported(IProcessingCommandInfo) Метод (ProcessingCommandTree<TTarget>)
    В этом разделе
    Возвращает значение, указывающее, поддерживается ли команда обработки этим деревом команд обработки.
    Синтаксис
    'Declaration
    
    Public Overridable Function GetIsProcessingCommandSupported( _
    ByVal processingCommand
    Команда обработки.
    As IProcessingCommandInfo _
    ) As Boolean
    public virtual bool GetIsProcessingCommandSupported(
    IProcessingCommandInfo processingCommand
    )
    public: virtual bool GetIsProcessingCommandSupported(
    IProcessingCommandInfo* processingCommand
    )
    public:
    virtual bool GetIsProcessingCommandSupported(
    IProcessingCommandInfo^ processingCommand
    )

    Parameters

    processingCommand
    Команда обработки.

    Return Value

    True, если это дерево обработки поддерживает команду обработки; в противном случае - false.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также